home *** CD-ROM | disk | FTP | other *** search
/ Star Trek Starfleet Academy Mini Omnipedia / MINI_OMNI.ISO / pc / omni_v2.dxr / 00317_entering ss animation.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  219 b   |  8 lines

  1. on exitFrame
  2.   global gVideoPath, gPDL
  3.   set Lmypath to gVideoPath & "S" & gPDL & "SS_LOGO.MOV"
  4.   if the fileName of cast "SS_LOGO.MOV" <> Lmypath then
  5.     set the fileName of cast "SS_LOGO.MOV" to Lmypath
  6.   end if
  7. end
  8.